REBOL [ Title: "test.r" Date: 11-may-1999 Purpose: "Hello world for hserv rebol cgi test" ] print "Content-type: text/html" print "" print "ARexx CGI" print "

Hi World from Rebol!

" print ""